home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODFDev / ODF / OS / FWResour / FWResour.hpp < prev    next >
Encoding:
Text File  |  1996-09-17  |  542 b   |  22 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                FWResour.hpp
  4. //    Release Version:    $ ODF 2 $
  5. //
  6. //    Copyright:    (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #ifndef FWRESOUR_HPP
  11. #define FWRESOUR_HPP
  12.  
  13. #include "FWFiles.h"
  14. #include "FWStream.h"
  15. #include "FWRefCnt.h"
  16. #include "FWMemory.h"
  17. #include "FWExcLib.h"
  18. #include "FWDebug.h"
  19. #include "FWString.h"
  20.  
  21. #endif // FWRESOUR_HPP
  22.